home *** CD-ROM | disk | FTP | other *** search
/ Computer Arts Interactive 29 / CAi29.iso / pc / featsoft.dxr / 00017_Mac Scripts.ls < prev    next >
Encoding:
Text File  |  1999-02-04  |  5.9 KB  |  116 lines

  1. on rollScriptMac
  2.   global roamer
  3.   nextStep(roamer)
  4.   setVolume()
  5.   updateDisplays()
  6.   puppetButtonsRollOver()
  7.   set the locH of sprite 15 to the mouseH
  8.   if rollOver(18) then
  9.     set the locV of sprite 50 to the locV of sprite 18
  10.     set the locH of sprite 50 to the locH of sprite 18
  11.     set the visible of sprite 50 to 1
  12.     set the text of field "RollText" to "> Included to go with the digital video tutorial starting on page 42."
  13.   else
  14.     if rollOver(19) then
  15.       set the locV of sprite 50 to the locV of sprite 19
  16.       set the locH of sprite 50 to the locH of sprite 19
  17.       set the visible of sprite 50 to 1
  18.       set the text of field "RollText" to ">"
  19.     else
  20.       if rollOver(20) then
  21.         set the locV of sprite 50 to the locV of sprite 20
  22.         set the locH of sprite 50 to the locH of sprite 20
  23.         set the visible of sprite 50 to 1
  24.         set the text of field "RollText" to ">"
  25.       else
  26.         if rollOver(21) then
  27.           set the locV of sprite 50 to the locV of sprite 21
  28.           set the locH of sprite 50 to the locH of sprite 21
  29.           set the visible of sprite 50 to 1
  30.           set the text of field "RollText" to ">"
  31.         else
  32.           if rollOver(22) then
  33.             set the locV of sprite 50 to the locV of sprite 22
  34.             set the locH of sprite 50 to the locH of sprite 22
  35.             set the visible of sprite 50 to 1
  36.             set the text of field "RollText" to ">"
  37.           else
  38.             if rollOver(23) then
  39.               set the locV of sprite 50 to the locV of sprite 23
  40.               set the locH of sprite 50 to the locH of sprite 23
  41.               set the visible of sprite 50 to 1
  42.               set the text of field "RollText" to ">"
  43.             else
  44.               if rollOver(24) then
  45.                 set the locV of sprite 50 to the locV of sprite 24
  46.                 set the locH of sprite 50 to the locH of sprite 24
  47.                 set the visible of sprite 50 to 1
  48.                 set the text of field "RollText" to "> Included to go with the review starting on page 88. Requires QuickTime 3 from w www.apple.com/quicktime."
  49.               else
  50.                 if rollOver(25) then
  51.                   set the locV of sprite 50 to the locV of sprite 25
  52.                   set the locH of sprite 50 to the locH of sprite 25
  53.                   set the visible of sprite 50 to 1
  54.                   set the text of field "RollText" to ">"
  55.                 else
  56.                   if rollOver(26) then
  57.                     set the locV of sprite 50 to the locV of sprite 26
  58.                     set the locH of sprite 50 to the locH of sprite 26
  59.                     set the visible of sprite 50 to 1
  60.                     set the text of field "RollText" to "> Included for the cover tutorial, starting on page 26. The tutorial files are in the Dual\Tutorials\Cover Tutorial folder."
  61.                   else
  62.                     if rollOver(27) then
  63.                       set the locV of sprite 50 to the locV of sprite 27
  64.                       set the locH of sprite 50 to the locH of sprite 27
  65.                       set the visible of sprite 50 to 1
  66.                       set the text of field "RollText" to "> Adobe Photoshop plug-in, included to go with the review on page 97."
  67.                     else
  68.                       if rollOver(28) then
  69.                         set the locV of sprite 50 to the locV of sprite 28
  70.                         set the locH of sprite 50 to the locH of sprite 28
  71.                         set the visible of sprite 50 to 1
  72.                         set the text of field "RollText" to "> MacBARCODA is a useful piece of software for generating accurate barcodes."
  73.                       else
  74.                         if rollOver(29) then
  75.                           set the locV of sprite 50 to the locV of sprite 29
  76.                           set the locH of sprite 50 to the locH of sprite 29
  77.                           set the visible of sprite 50 to 1
  78.                           set the text of field "RollText" to "> Included to go with the subscription offer on page 98. Read the review in PDF from the Dual\Offers folder."
  79.                         else
  80.                           if rollOver(30) then
  81.                             set the locV of sprite 50 to the locV of sprite 30
  82.                             set the locH of sprite 50 to the locH of sprite 30
  83.                             set the visible of sprite 50 to 1
  84.                             set the text of field "RollText" to "> Included to go with the review on page 91."
  85.                           else
  86.                             if rollOver(31) then
  87.                               set the locV of sprite 50 to the locV of sprite 31
  88.                               set the locH of sprite 50 to the locH of sprite 31
  89.                               set the visible of sprite 50 to 1
  90.                               set the text of field "RollText" to ">"
  91.                             else
  92.                               if rollOver(32) then
  93.                                 set the locV of sprite 50 to the locV of sprite 32
  94.                                 set the locH of sprite 50 to the locH of sprite 32
  95.                                 set the visible of sprite 50 to 1
  96.                                 set the text of field "RollText" to "> Tom Lau created this interactive CV after doing the Computer Arts Director tutorial in issue 14. Contact Tom via e Tom.Lau@ReedBusiness.com.au. Watch out for another Director tutorial soon..."
  97.                               else
  98.                                 set the visible of sprite 50 to 0
  99.                                 set the text of field "RollText" to ">"
  100.                               end if
  101.                             end if
  102.                           end if
  103.                         end if
  104.                       end if
  105.                     end if
  106.                   end if
  107.                 end if
  108.               end if
  109.             end if
  110.           end if
  111.         end if
  112.       end if
  113.     end if
  114.   end if
  115. end
  116.